home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_TEXT / Source / shared.subproj / RCS / checkout,v < prev    next >
Text File  |  1995-06-12  |  614b  |  49 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.1;
  5. locks    death:1.2;
  6. comment  @# @;
  7.  
  8.  
  9. 1.2
  10. date     93.04.04.23.45.55;  author death;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.01.10.15.09.15;  author death;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Sun Apr  4 23:45:55 PDT 1993
  27. @
  28. text
  29. @#! /bin/csh
  30. echo "============================================================"
  31. echo "Checking out all $1 documents (readable)"
  32. echo ""
  33. #rcs -L $1.h
  34. #rcs -L $1.m
  35. #rcs -L $1.rtf
  36. co -l $1.h
  37. co -l $1.m
  38. co -l $1.rtf
  39. echo "" > $1_files_are_writable
  40. @
  41.  
  42.  
  43. 1.1
  44. log
  45. @Sun Jan 10 15:09:15 PST 1993
  46. @
  47. text
  48. @@
  49.